home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / screen.prerm < prev    next >
Text File  |  2008-06-13  |  311b  |  14 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
  5.   /usr/sbin/remove-shell /usr/bin/screen || true
  6. fi 
  7.  
  8. # Automatically added by dh_installinfo
  9. if [ "$1" = remove ] || [ "$1" = upgrade ]; then
  10.     install-info --quiet --remove /usr/share/info/screen.info
  11. fi
  12. # End automatically added section
  13.  
  14.